home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / alias < prev    next >
Text File  |  2001-03-21  |  2KB  |  42 lines

  1. Synopsis:
  2.    load alias
  3.  
  4. Description:
  5.    This script is a collection of simple, useful aliases.  Some require
  6.    arguments to work, others don't.  Most are shortcuts to frequently-used
  7.    commands.
  8.  
  9.      Alias          Description                                           
  10.      /"             same as QUOTE
  11.      /alarm <x>     sets an alarm for the given time
  12.      /chops         list channel operators on current channel
  13.      /clock <x>     turn clock on or off
  14.      /h+            turn master HOLD_MODE on
  15.      /h-            turn master HOLD_MODE off
  16.      /ia            invite last MSG recipient to current channel
  17.      /la            same as LASTLOG
  18.      /lf <x>        sets new log file
  19.      /ma <x>        send MSG to most recent MSG recipient
  20.      /mr <x>        send MSG to most recent MSG sender
  21.      /nf            same as NOTIFY
  22.      /no            same as NOTICE
  23.      /oops <x>      resend a misdirected message to the correct person
  24.      /protect       set current channel mode to +in
  25.      /shields_up    ignores MSGs and NOTICEs from last sender of a MSG
  26.      /talkto <x>    start query in new window
  27.      /unalias <x>   removes an alias
  28.      /unprotect     set current channel mode to -in
  29.      /unset <x>     unsets a SET Variable
  30.      /wjoin <x>     join channel in new window
  31.      /wquery <x>    same as /talkto
  32.  
  33. See Also:
  34.    basical(8); bigcheese(8); ircprimer(8); lastlog(1); load(5); mode(1);
  35.    msg(1); notice(1); notify(1); query(1); quote(5); set(4) hold_mode,
  36.    logfile
  37.  
  38. Other Notes:
  39.    Most of this script was written by Carl von Loesch (lynx).  The author
  40.    notes that portions were taken from various alt.irc postings.
  41.  
  42.